Map.insertLayerAbove

Adds @layer to @self above @next_sibling or, if @next_sibling is %NULL, at the bottom of the layer list.

class Map
void
insertLayerAbove

Parameters

layer Layer

a #ShumateLayer

nextSibling Layer

a #ShumateLayer that is a child of @self, or %NULL

Meta